home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qbsnip.zip / README.TXT < prev    next >
Text File  |  1997-06-25  |  3KB  |  93 lines

  1.                      *** QuickBasic Code Snippets ***
  2.  
  3. * Indicates the program will only run in QuickBasic 4.5 (not in QBasic
  4.   that comes with MS-DOS). These programs require that QuickBasic be
  5.   loaded with: QB /L QB.QLB
  6.  
  7. DEMOS:
  8. ------
  9.   QSTAR.BAS    - QBasic Demo! Great animation effects. Fast!
  10.  
  11. DOS:
  12. ----
  13. * CMOSSTAT.BAS - Gives information about what's in CMOS
  14. * DISKSER.BAS  - Returns the disk serial number
  15. * DOW.BAS      - Returns the Day of the Week and complete date
  16. * DRVLST.BAS   - Shows which drive letters are in use
  17. * ENVIRON.BAS  - Example how to manipulate the DOS environment strings
  18. * EXITERLV.BAS - Allows you to exit the program with an errorlevel
  19. * FDREADY.BAS  - Check to see if the floppy drive is ready
  20. * MICE.BAS     - Returns mouse version and IRQ number
  21. * MSWIND.ZIP   - Allows you to cut & paste to Windows Clipboard from DOS
  22. * REDIRCT.BAS  - Checks to see if a program was redirected
  23.  
  24. Games:
  25. ------
  26.   THEWOODS.BAS - A nice text adventure role playing game
  27.  
  28. Graphics:
  29. ---------
  30.   BRESNHAM.BAS - Bresenham circle and line algorithms
  31.   FINDRGB.BAS  - Finds the R, G and B values of any given point
  32.   FLAME.BAS    - A burning candle
  33. * MODEX.BAS    - Example of using ModeX graphics mode
  34.   SPRIT_EX.BAS - Animated Sprite Example - pretty much flicker-free
  35.   SPRMASK.BAS  - Example how to create a masked sprite (ie. a circle
  36.                  that is not inside of a square box).
  37.  
  38. File:
  39. -----
  40. * CURPATH.BAS  - Gets the current path
  41.   DELDUPE.BAS  - Deletes duplicate entries in an ASCII text file
  42. * EXEPATH.BAS  - Gets the current path and executing filename
  43. * FILEXST.BAS  - Checks to see if a file exists
  44. * SCRLFILE.BAS - Select files from a scrolling text-mode list box
  45. * TREE.BAS     - Directory listing with date, time, bytes, etc.
  46.  
  47. Font:
  48. -----
  49.   FIREPRN.BAS  - Font on Fire!
  50.   FONTS.ZIP    - Interesting fonts (edited version)
  51.   LED.BAS      - LED Numbers and "audio bar"
  52. * OFONT.BAS    - Shadowed 3-D text in 320 x 200 x 256 mode
  53.   SHADETXT.BAS - Greyscale shaded text routine (320 x 200 x 256)
  54.   STEEL.BAS    - Another shaded text routine (320 x 200 x 256)
  55.   TEXTMELT.BAS - Melting Text Effects (320 x 200 x 256)
  56.  
  57. Sound:
  58. ------
  59. * PLAYCD.BAS   - Play an Audio CD in QuickBasic 4.5. Read source code
  60.                  comments before using.
  61.   QUAZAR.BAS   - Neat PC Speaker sound effect
  62.   WAVEBAS.BAS  - Play a .WAV file
  63.  
  64. Telecom:
  65. --------
  66.   QUIKTERM.BAS - An ANSI Terminal Program (no download/upload though)
  67.  
  68. Text:
  69. -----
  70.   KISSED.BAS   - A full text editor
  71.   PRINTF.BAS   - Lets you print in color using one string
  72.   SCROLBOX.BAS - Scrolling text viewer
  73.   TXTLIGHT.BAS - "Searchlight" Text effect (like the one shown in the
  74.                  ABC XPress Reader)
  75.  
  76.  
  77. NOTICE:
  78. -------
  79. All programs are made available on an "AS IS" basis. The author
  80. disclaims all warranties, expressed or implied, including but not
  81. limited to the warranties of merchantability and of fitness for any
  82. purpose. The author assumes no liability for damages, direct or
  83. consequential, which may result from the use of any of the source code
  84. in this archive.
  85.  
  86. Microsoft, and all Microsoft products mentioned herein are copyright
  87. and/or trademarks of Microsoft Corporation. SoundBlaster and related
  88. products are copyright and/or trademarks of Creative Labs. All other
  89. products mentioned are copyright and/or trademarks of their respective
  90. owners.
  91.  
  92.  
  93.